projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8481170
)
; * lisp/progmodes/java-ts-mode.el (treesit-node-end): Declare.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Mar 2025 14:42:50 +0000
(16:42 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Mar 2025 14:42:50 +0000
(16:42 +0200)
lisp/progmodes/java-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/java-ts-mode.el
b/lisp/progmodes/java-ts-mode.el
index 849ab23ef3e2235a0927606696817761a89466d6..a4f33948ae9fc504fb4537647ff04c2680b3c0f2 100644
(file)
--- a/
lisp/progmodes/java-ts-mode.el
+++ b/
lisp/progmodes/java-ts-mode.el
@@
-37,6
+37,7
@@
(declare-function treesit-node-type "treesit.c")
(declare-function treesit-node-child-by-field-name "treesit.c")
(declare-function treesit-node-child-by-field-name "treesit.c")
+(declare-function treesit-node-end "treesit.c")
(declare-function treesit-query-capture "treesit.c")
(defcustom java-ts-mode-indent-offset 4